home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 4
/
Amiga Format AFCD04 (Sep 1996, Issue 88).iso
/
serious
/
commercial
/
stormc-demo
/
include
/
proto
/
bullet.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-07-12
|
340b
|
20 lines
#ifndef _PROTO_BULLET_H
#define _PROTO_BULLET_H
/*
** $VER: bullet.h 10.1 (19.7.95)
** Includes Release 40.15
**
** '(C) Copyright 1995/96 Haage & Partner Computer GmbH'
** All Rights Reserved
*/
#include <exec/types.h>
extern struct Library *BulletBase ;
#include <clib/bullet_protos.h>
#include <pragmas/bullet_pragmas.h>
#endif